const net/http.http2FrameContinuation
8 uses
net/http (current package)
h2_bundle.go#L1444: http2FrameContinuation http2FrameType = 0x9
h2_bundle.go#L1457: http2FrameContinuation: "CONTINUATION",
h2_bundle.go#L1518: http2FrameContinuation: {
h2_bundle.go#L1542: http2FrameContinuation: http2parseContinuationFrame,
h2_bundle.go#L1960: if fh.Type != http2FrameContinuation {
h2_bundle.go#L1971: } else if fh.Type == http2FrameContinuation {
h2_bundle.go#L1976: case http2FrameHeaders, http2FrameContinuation:
h2_bundle.go#L2683: f.startWrite(http2FrameContinuation, flags, streamID)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |